DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / Wait Method / Wait(Int64,Int32) Method

In This Topic
    Wait(Int64,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Wait( _
       ByVal millis As Long, _
       ByVal nanos As Integer _
    ) 
    public void Wait( 
       long millis,
       int nanos
    )

    Parameters

    millis
    nanos
    See Also